Spread for ASP.NET 10 Product Documentation
RadioButtonListEditor Constructor(String[])


Items in the radio button list, specified as an array
Creates a new multiple-option button list editor, with the specified items in the radio button list.
Syntax
'Declaration
 
Public Function New( _
   ByVal items() As String _
)
'Usage
 
Dim items() As String
 
Dim instance As New RadioButtonListEditor(items)
public RadioButtonListEditor( 
   string[] items
)

Parameters

items
Items in the radio button list, specified as an array
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

RadioButtonListEditor Class
RadioButtonListEditor Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.